| Keysight.Visa Namespace > VxiSession Class > MoveIn64 Method : MoveIn64(AddressSpace,Int64,Int64,Int64[],Int64) Method |
'DeclarationPublic Overloads Sub MoveIn64( _ ByVal space As AddressSpace, _ ByVal sourceOffset As Long, _ ByVal count As Long, _ ByVal destinationBuffer() As Long, _ ByVal destinationIndex As Long _ )
'UsageDim instance As VxiSession Dim space As AddressSpace Dim sourceOffset As Long Dim count As Long Dim destinationBuffer() As Long Dim destinationIndex As Long instance.MoveIn64(space, sourceOffset, count, destinationBuffer, destinationIndex)
public void MoveIn64( AddressSpace space, long sourceOffset, long count, long[] destinationBuffer, long destinationIndex )
public: void MoveIn64( AddressSpace space, int64 sourceOffset, int64 count, array<int64>^ destinationBuffer, int64 destinationIndex )
If the session is an instrument (INSTR) session, the offset parameter specifies a relative offset from the start of the instrument’s address space. If the session is a memory access (MEMACC) session, the offset parameter is an absolute offset from the start of memory in the specified address space.
All operations on a PXI memory access session that accept a space parameter to indicate the address space for bus access will accept the value AddressSpace.PxiAllocation.
The count parameter is the number of 64-bit elements to transfer, beginning at the specified offset. Therefore, (offset + count*8) cannot exceed the amount of memory exported by the device in the given space.
Current with Keysight IO Libraries Suite 18